From: Juanma Barranquero Date: Tue, 24 Feb 2009 16:25:10 +0000 (+0000) Subject: * textmodes/ispell.el (ispell-region): Adapt "done" message X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1565 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bd22eabd5dbd0cfa88934fa428ad310201f7909a;p=emacs.git * textmodes/ispell.el (ispell-region): Adapt "done" message to coding conventions. (Bug#2447) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6f0e7f288c3..722a0dc02e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2009-02-24 Juanma Barranquero + * textmodes/ispell.el (ispell-region): Adapt "done" message to + coding conventions. (Bug#2447) + * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when argument is 0. Doc fix. (Bug#1527) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index d567ff485d3..ab43f78192f 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -2849,7 +2849,7 @@ Return nil if spell session is quit, (if (not recheckp) (set-marker ispell-region-end nil)) ;; Only save if successful exit. (ispell-pdict-save ispell-silently-savep) - (message "Spell-checking %s using %s with %s dictionary done" + (message "Spell-checking %s using %s with %s dictionary...done" (if (and (= reg-start (point-min)) (= reg-end (point-max))) (buffer-name) "region") (file-name-nondirectory ispell-program-name)